Welcome![Sign In][Sign Up]
Location:
Search - canny edge detection

Search list

[OpenCVcanny

Description: Canny边缘检测,可以较为精确地检测清晰的图像边缘,并显示灰度图和检测图。-Canny edge detection, can more accurately detect a clear edge, and displays the grayscale and test plans.
Platform: | Size: 1024 | Author: 张明月 | Hits:

[Special Effectscanny

Description: 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。 step1:高斯平滑函数 -The optimal type stair edge detection algorithm (canny edge detection) 1 Canny edge detection principle (1) the image edge detection must meet two conditions: one can effectively reduce the noise, 2 must try to accurately determine edge position. (2) according to the signal-to-noise ratio and the product localization estimate, get optimal approximation operator. This is the Canny edge detection operators. (3) similar to Marr (LoG) edge detection method, also belongs to the first derivative method for smooth after. 2 Canny edge detection algorithm: Step1: using gauss filter smooth image, Step2: a partial derivatives with finite difference to calculate gradient value and direction, Step3: a gradient of maximum inhibition, Step4: double threshold algorithm of edge detection and connection. Step1: gaussian smooth functions
Platform: | Size: 1271808 | Author: lx | Hits:

[matlabcannyedgedtect

Description: it describes the detection technique of canny edge detection algorithm.
Platform: | Size: 124928 | Author: Dipjyoti Sarma | Hits:

[Special EffectsCanny.edge.guidelines.data

Description: Canny准则边缘检测模拟开发经典资料Canny edge detection guidelines for development of the classic analog data -Canny edge detection guidelines for development of the classic analog data
Platform: | Size: 276480 | Author: 戚薇 | Hits:

[Special Effectscanny

Description: 自己实现的canny边缘检测算子,包括高斯滤波,非极大值抑制,双阈值处理,边缘细化等步骤。-Own implementation of canny edge detection operator, including the Gaussian filtering, non-maxima suppression, double threshold, edge thinning step.
Platform: | Size: 2048 | Author: pxjy | Hits:

[androidCannyBianYuanTest

Description: 使用NDK编译好的openCV库打开图片进行canny边缘检测再保存的Android程序代码-OpenCV library compiled using the NDK pictures canny edge detection to open and then save the Android code
Platform: | Size: 6616064 | Author: 陈旭 | Hits:

[2D GraphicCanny-Edge

Description: canny edge detection c++ source
Platform: | Size: 3072 | Author: petrus | Hits:

[Special EffectsExtracted-by-Canny-edge-operator

Description: 本程序是基于visual c++下编程实现了利用canny算子实现了对图像的边缘提取。-This procedure is based on visual c++ programming under the operator realized by using canny edge detection of images.
Platform: | Size: 978944 | Author: weizhen | Hits:

[Special Effectsmatlab-canny

Description: 分别用一阶、二阶以及Canny边缘检测算法进行图像边缘检测-Respectively first, second, and Canny edge detection algorithm for image edge detection
Platform: | Size: 920576 | Author: 唐路 | Hits:

[Special Effectsedge-detection

Description: 本程序将SIFT与边缘结合起来用来做图像配准 先用SIFT检测关键点 用CANNY算子进行边缘检测 进而优化选取最佳匹配点 进行向量匹配 图像配准。 -The SIFT program used to do with the edge combination image registration using SIFT test first key with CANNY edge detection operator to optimize select the best match point vector matching image registration.
Platform: | Size: 1024 | Author: zhao | Hits:

[matlabcanny

Description: Canny edge detection
Platform: | Size: 1024 | Author: Joã o Manuel | Hits:

[matlabCanny-edge-detector-algorithm-matlab-codes

Description: canny edge detection for images
Platform: | Size: 13312 | Author: shalini | Hits:

[CSharpEdge-Detection-Project

Description: This is a visual C# project to find out edges in an image using canny edge detection algorithm.
Platform: | Size: 72704 | Author: shayan | Hits:

[Special EffectsEdge-detection

Description: 边缘检测的介绍 综述的ppt 主要讲解了canny边缘检测还有大津法-Edge detection introduction overview ppt mainly on the canny edge detection, Otsu
Platform: | Size: 1303552 | Author: 张剑坤 | Hits:

[Special EffectsCanny-Edge-Detection

Description: it is about canny edge detector in c++. developed in visual c-it is about canny edge detector in c++. developed in visual c++
Platform: | Size: 130048 | Author: jaemin | Hits:

[Special Effectsedge-detection

Description: 图像边缘检测 包括各种算子的边缘检测 如Canny-edge detection
Platform: | Size: 146432 | Author: 于晓 | Hits:

[Special EffectsCanny-Edge-Detection-CSharp.ra

Description: 实现Canny直线提取算法,可以运行,很不错。,canny line detection。
Platform: | Size: 1524736 | Author: 袁嘉 | Hits:

[Special EffectsCanny-edge-process

Description: 用C语言实现的对图像进行canny边缘检测,可进一步用于图像修复分割等处理-C language canny edge detection of an image can be further used for image restoration and segmentation processing
Platform: | Size: 160768 | Author: 李梦雨 | Hits:

[2D GraphicMatlab-program-gray-edge-detection

Description: 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray uniform solve the contrast is not clear, and then use the Gaussian filter image filtering noise, and then use the Canny edge detection algorithm to extract the boundary of the and Matlab comes boundary method has increased significantly, and provide a more accurate premise for the use of Matlab program for image fractal dimension.
Platform: | Size: 227328 | Author: 陈泽奇 | Hits:

[Special EffectsThree-dimensional--edge-detection

Description: 该matlab的M程序文件可用于三维物体的边缘提取-Three dimensional implementation of the Canny edge detection
Platform: | Size: 2048 | Author: peter | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net